type errors.joinError

4 uses

	errors (current package)
		join.go#L29: 	e := &joinError{
		join.go#L40: type joinError struct {
		join.go#L44: func (e *joinError) Error() string {
		join.go#L60: func (e *joinError) Unwrap() []error {